home *** CD-ROM | disk | FTP | other *** search
- ' '
-
- pNAMEq
- ar - SozobonX archive utility
- SYNOPSIS
-
- pSYNOPSISq
- parq <command>[options] [pos-file] <archive> [<file> ...]
- or: parq -<command>[options] [pos-file] <archive> [<file> ...]
- or: parq -<command> -[options] [pos-file] <archive> [<file> ...]
-
- parq {Vhtdmrqpx}[vcCLousl][{abi} <pos-file>] <archive> [<file>
- ...]
-
- pDESCRIPTIONq
- The parq command is used to maintain object module libraries. It
- makes it possible to gather a large group of object files into a
- single library for ease of use. It is a standard utility on all
- platforms
-
- The operation of the selected command can be modified by other
- option characters that may follow it. The name of the archive
- to be manipulated follows the option characters. Some commands
- also require (or allow) the names of files in the archive to
- follow the archive name on the command line. The following
- commands are supported.
-
- valid commands
-
- help, list and extract:
-
-
- p-Vq Print detailed Version information to stdout and exit
-
- p--helpq
-
- p-hq Display usage information and exit.
-
- p-tq Print a table of contents. Possible options are
- [vab].
-
- p-pq Print files from an archive to stdout. The only
- possible option is p[v].q
-
- p-xq Extract files from an archive. Possible options are
- p[voab].q
-
- manipulate an archive:
-
- p-dq Delete files from an archive. Possible options are
- p[vab].q
-
- p-mq Move files within an archive, defaulting to the end
- of the archive. Possible options are p[vcab].q
-
- p-rq Replace files or add new files to an archive,
- defaulting to the end of the archive. Possible options
- are p[vcuab].q
-
- p-qq Quickly append files to an archive. Possible options
- are p[vc].q
-
- valid option chars:
-
- pvq (verbose) Generally show more information about what
- ar is doing. In a table of contents, show information
- about the size, mode, etc.
-
- pCq Handle all input filenames case sensitive.
-
- pLq Make all input filenames lowercase.
-
- pcq Do not write the "creating" message, normally printed
- when a new archive is created.
-
- pa<pos>q Begin action after file p<pos>.q Move or insert
- the named files after file p<pos>q in the archive;
- delete or print only the files specified, beginning
- with the one after file <pos> in archive.
-
- pb<pos>q Begin action before file p<pos>.q Move or insert
- the named files before file p<pos>q in the archive;
- delete or print only the files specified, beginning
- with the one before file <pos> in archive.
-
- pi<pos>q Begin action before file Same as option 'b'.
-
- poq Keep original date when extracting files. Set the
- time stamp of extraxcted files to the original one from
- the file in the archive.
-
- puq Update archive. Only insert those files into the
- named archive that are newer than the files already in
- the archive, or that are not present within the
- archive.
-
- plq ignored for compatibility
-
- psq ignored for compatibility
-
- pBUGSq
-
- Without doubt, there are some bugs in this package. If you
- discover one, please report it to Jerry Geiger:
-
- Maus: Jerry Geiger @B
- Internet: jerry@zelator.de
-
-
-